+2006-03-16 Matthias Clasen <mclasen@redhat.com>
+
+ * README.in: Add a note about GtkNotebook signals.
+
+2006-03-15 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_list_button_released)
+ (gtk_combo_box_list_key_press): Popdown the list before changing
+ the active iter, otherwise people will be surprised by the
+ grabs that are still in place when their ::changed handler
+ runs.
+
2006-03-15 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/msw_style.c: Override style->realize/
+2006-03-16 Matthias Clasen <mclasen@redhat.com>
+
+ * README.in: Add a note about GtkNotebook signals.
+
+2006-03-15 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcombobox.c (gtk_combo_box_list_button_released)
+ (gtk_combo_box_list_key_press): Popdown the list before changing
+ the active iter, otherwise people will be surprised by the
+ grabs that are still in place when their ::changed handler
+ runs.
+
2006-03-15 Dom Lachowicz <cinamod@hotmail.com>
* modules/engines/ms-windows/msw_style.c: Override style->realize/
when the user clicks close. It is the applications responsibility to
hide or destroy the dialog.
+* Several new signals have been added to GtkNotebook. Care has been taken
+ to choose signal names which do not collide with signals added by well-known
+ derived classes. The names which can no longer be used for signals in
+ objects derived from GtkNotebook are page-reordered, page-removed and
+ page-added.
+
Release notes
=============